home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / virstor2.arj / INSTALL.BAT next >
Encoding:
DOS Batch File  |  1994-06-30  |  1.3 KB  |  34 lines

  1. @echo off
  2. break on
  3. verify on
  4. cls
  5. echo ╔═══════════════════════════════════════════════════════════════════════════╗
  6. echo ║         Storyboard Live ! - Virus Presentation & Animation Package        ║
  7. echo ║                       (C) IBM Copyright 1989...1994                       ║
  8. echo ║                                                                           ║
  9. echo ║ This BATch file installs the IBM Virus Story in sub-directory C:\VIRSTORY ║
  10. echo ║ of your harddisk and start the interactive Virus Story.                   ║
  11. echo ║                                                                           ║
  12. echo ║ To start the story in interactive mode, type ST VMENU and press ENTER.    ║
  13. echo ║ To start the story as self-rolling demo, type ST VIRUS and press ENTER.   ║
  14. echo ╚═══════════════════════════════════════════════════════════════════════════╝
  15. pause
  16. c:
  17. echo Creating sub-directory C:\VIRSTORY
  18. md c:\virstory
  19. cd c:\virstory
  20. echo Unpacking VIRSTORY.EXE to C:\VIRSTORY
  21. a:\virstory
  22. verify off
  23. copy a:\readme.1st c:\virstory
  24. more < a:\readme.1st
  25. pause
  26. cls
  27. echo The Storyboard Live "SHOW" is in sub-directory C:\VIRSTORY
  28. echo To run run manually, type VIRUS and press the ENTER key
  29. ECHO 
  30. echo Do you want to run the standard virus story now ?
  31. echo If YES press any key, if NO press Ctrl & Break keys together.
  32. pause
  33. ST VMENU /NC
  34.